home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Creating IPX directory C:\IPX...
- md c:\ipx
- echo copying IPX Packet Drivers to C:\IPX...
- copy ipxpd.com c:\ipx
- copy ne2000.com c:\ipx
- echo Copying AEX_IPX.TXT to C:\IPX...
- copy aex_ipx.txt c:\ipx
- echo Copying IPX.BAT to root directory C:\...
- copy ipx.bat c:\
- echo INSTALLATION COMPLETE
- echo Be sure to read the AEX_IPX.TXT document before using...
-
-